'DeclarationPublic Overloads Function Equals( _ ByVal other As UAWriteValueObserver(Of TValue) _ ) As Boolean
'UsageDim instance As UAWriteValueObserver(Of TValue) Dim other As UAWriteValueObserver(Of TValue) Dim value As Boolean value = instance.Equals(other)
public bool Equals( UAWriteValueObserver<TValue> other )
public: bool Equals( UAWriteValueObserver<TValue^>^ other )
Parameters
- other
- The UAWriteValueObserver<TValue> to compare with the current object.
Return Value
true if the specified object is equal to the current object; otherwise, false.